Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update required version of zxcvbn to 0.1.9 #45

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

formigarafa
Copy link
Contributor

Results produced are still compatible with dropbox/zxcvbn.js 4.4.2 but this one solves an issue with performance that could cause considerable impacts.

This version makes the algorithm to work with performance linear O(n) in relation to size of passwords, before this change it could be polynomial O(n^c).

There are more details on zxcvbn Changelog and on issue: formigarafa/zxcvbn-rb#6 and the code changes on PR formigarafa/zxcvbn-rb#7.

This fixes an important performance issue with verification of passwords.
@matthewford matthewford merged commit 05de759 into bitzesty:master Feb 21, 2023
@matthewford
Copy link
Contributor

@formigarafa thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants